home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / jikes / src / config.status < prev    next >
Text File  |  1999-05-14  |  5KB  |  162 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host kriton.cti.gr:
  6. #
  7. # ./configure  --prefix=/gg --host=amiga
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --prefix=/gg --host=amiga --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --prefix=/gg --host=amiga --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.13"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=/Boot/Home/T/jikes/src
  29.  
  30. trap 'rm -fr Makefile conftest*; exit 1' 1 2 15
  31.  
  32. # Protect against being on the right side of a sed subst in config.status.
  33. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  34.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  35.  
  36.  
  37. s%@SHELL@%/bin/sh%g
  38. s%@CFLAGS@%-O0 -m68040 -m68881 -fomit-frame-pointer%g
  39. s%@CPPFLAGS@%%g
  40. s%@CXXFLAGS@%-O0 -m68040 -m68881%g
  41. s%@FFLAGS@%%g
  42. s%@DEFS@% %g
  43. s%@LDFLAGS@%-L. -o $(EXECUTABLE)%g
  44. s%@LIBS@%%g
  45. s%@exec_prefix@%${prefix}%g
  46. s%@prefix@%/gg%g
  47. s%@program_transform_name@%s,x,x,%g
  48. s%@bindir@%${exec_prefix}/bin%g
  49. s%@sbindir@%${exec_prefix}/sbin%g
  50. s%@libexecdir@%${exec_prefix}/libexec%g
  51. s%@datadir@%${prefix}/share%g
  52. s%@sysconfdir@%${prefix}/etc%g
  53. s%@sharedstatedir@%${prefix}/com%g
  54. s%@localstatedir@%${prefix}/var%g
  55. s%@libdir@%${exec_prefix}/lib%g
  56. s%@includedir@%${prefix}/include%g
  57. s%@oldincludedir@%/usr/include%g
  58. s%@infodir@%${prefix}/info%g
  59. s%@mandir@%${prefix}/man%g
  60. s%@CC@%/bin/g++%g
  61. s%@BUILD_DIR@%/Boot/Home/T/jikes/src%g
  62. s%@CCREQUIREDFLAGS@%-funsigned-char -c -DTYPE_bool -ansi -DUNIX -DBIGENDIAN%g
  63. s%@CCDEBUGFLAGS@%-DTEST -g%g
  64. s%@CCOPTFLAGS@%-O2%g
  65. s%@CCFLAGS@%$(CCREQUIREDFLAGS) $(CCOPTFLAGS)%g
  66. s%@ERASE@%rm -f%g
  67. s%@EXECUTABLE@%jikes%g
  68. s%@LD@%/bin/g++%g
  69. s%@O@%o%g
  70. s%@SYSOBJECTS@%%g
  71. s%@JIKES_VERSION@%0.46%g
  72.  
  73. CEOF
  74.  
  75. # Split the substitutions into bite-sized pieces for seds with
  76. # small command number limits, like on Digital OSF/1 and HP-UX.
  77. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  78. ac_file=1 # Number of current file.
  79. ac_beg=1 # First line for current file.
  80. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  81. ac_more_lines=:
  82. ac_sed_cmds=""
  83. while $ac_more_lines; do
  84.   if test $ac_beg -gt 1; then
  85.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  86.   else
  87.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  88.   fi
  89.   if test ! -s conftest.s$ac_file; then
  90.     ac_more_lines=false
  91.     rm -f conftest.s$ac_file
  92.   else
  93.     if test -z "$ac_sed_cmds"; then
  94.       ac_sed_cmds="sed -f conftest.s$ac_file"
  95.     else
  96.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  97.     fi
  98.     ac_file=`expr $ac_file + 1`
  99.     ac_beg=$ac_end
  100.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  101.   fi
  102. done
  103. if test -z "$ac_sed_cmds"; then
  104.   ac_sed_cmds=cat
  105. fi
  106.  
  107. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  108. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  109.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  110.   case "$ac_file" in
  111.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  112.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  113.   *) ac_file_in="${ac_file}.in" ;;
  114.   esac
  115.  
  116.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  117.  
  118.   # Remove last slash and all that follows it.  Not all systems have dirname.
  119.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  120.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  121.     # The file is in a subdirectory.
  122.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  123.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  124.     # A "../" for each directory in $ac_dir_suffix.
  125.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  126.   else
  127.     ac_dir_suffix= ac_dots=
  128.   fi
  129.  
  130.   case "$ac_given_srcdir" in
  131.   .)  srcdir=.
  132.       if test -z "$ac_dots"; then top_srcdir=.
  133.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  134.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  135.   *) # Relative path.
  136.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  137.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  138.   esac
  139.  
  140.  
  141.   echo creating "$ac_file"
  142.   rm -f "$ac_file"
  143.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  144.   case "$ac_file" in
  145.   *Makefile*) ac_comsub="1i\\
  146. # $configure_input" ;;
  147.   *) ac_comsub= ;;
  148.   esac
  149.  
  150.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  151.   sed -e "$ac_comsub
  152. s%@configure_input@%$configure_input%g
  153. s%@srcdir@%$srcdir%g
  154. s%@top_srcdir@%$top_srcdir%g
  155. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  156. fi; done
  157. rm -f conftest.s*
  158.  
  159.  
  160.  
  161. exit 0
  162.